PDF4Java Reference Documentation
com.o2sol.pdf4java.graphics.fonts.truetype Package / PDFTrueTypeFontFeatures Class / getEnableVerticalGlyphs Method
In This Topic
    getEnableVerticalGlyphs Method
    In This Topic
    Gets a flag indicating whether vertical glyphs are enabled. Far East languages that support vertical writing use different glyphs for vertical text than for horizontal text.
    Syntax
    public boolean getEnableVerticalGlyphs()

    Return Value

    True if vertical version of a glyph should be used if it is available.
    See Also